home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_35
/
PlaceObject2_428_121
/
CLIPACTIONRECORD onClipEvent(mouseMove).as
< prev
next >
Wrap
Text File
|
2008-04-25
|
429b
|
19 lines
onClipEvent(mouseMove){
if(circelling == true)
{
circposx = _root._xmouse;
circposy = _root._ymouse;
if(Math.abs(circstartx - circposx) > 0 && Math.abs(circstarty - circposy) > 0)
{
if(_root.activeitem == 5)
{
_root.stopCirkel();
}
else if(_root.activeitem == 6)
{
_root.stopCirkel2();
}
}
}
}